Skip to main content

fullscreen

Type

property

Summary

Specifies whether a stack window takes up the entire screen.

Syntax

set the fullscreen of <stack> to { true | false }

Description

Use the fullscreen property to change a stack's size to make it take up the whole screen.

Examples

on mouseUp
if the short name of the target is "Full Screen" then
set the fullscreen of this stack to the hilite of the target
end if
end mouseUp

property: decorations, iconic,

function: screenRect

object: stack

Compatibility and Support

Introduced

LiveCode 2.9

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?